home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / htmparse.dll / RCDATA / 4001
Encoding:
Text File  |  2000-08-03  |  2.0 KB  |  67 lines

  1. /* Document */
  2. BODY {margin-top : 2; margin-bottom : 2;}
  3.  
  4. /* inine font */
  5. TT { font-family :"system";}
  6. I { font-style: italic; }
  7. B { font-weight: bold;}
  8. U { text-decoration: underline;}
  9. S { text-decoration: line-through;}
  10. STRIKE { text-decoration: line-through;}
  11. BIG {font-size: 14pt;}
  12. SMALL {font-size: 10pt;}
  13.  
  14. /* inline pharse */
  15. STRONG {font-weight: bold;}
  16. CODE {font-family:"Courier New";}
  17. SAMPLE {font-family:"Courier New";}
  18. KDB {font-family:"Courier New";}
  19. VAR {font-family:"Courier New"; font-style : italic;}
  20. ACRONYM {font-family:"Courier New";}
  21. /* Robohtml reserved pharse for DHTML */
  22. EM {font-style : italic;}
  23. CITE {font-style : italic;}
  24. DFN  {font-style : italic;}
  25.  
  26. /*inine special */
  27. A {color : blue ;}
  28. A:link { color: blue;}
  29. A:visted { color: red;}
  30. A:actived { color: lime; }
  31. SUB {vertical-align: sub; }
  32. SUP {vertical-align: super; }
  33.  
  34. /* Block: Paragraph */
  35. P {}
  36. DL {margin-left : 20;}
  37. BLOCKQUOTE {margin-left : 20;}
  38. CENTER {text-align : center;}
  39. ADDRESS { font-style : italic;}
  40.  
  41.  
  42. /* Block Heading */
  43. H1 { font-size : 14.0pt; font-weight : bold;  margin-top : 12;  margin-bottom : 12;}
  44. H2 { font-size : 12.0pt; font-weight : bold;  margin-top : 10;  margin-bottom : 10;}
  45. H3 { font-size : 10.0pt; font-weight : bold;  margin-top : 8;   margin-bottom : 8;}
  46. H4 { font-size : 10.0pt; font-weight : bold;  margin-top : 6;   margin-bottom : 6;}
  47. H5 { font-size : 10.0pt;                      margin-top : 5;   margin-bottom : 5;}
  48. H6 { font-size : 10.0pt;                      margin-top : 4;   margin-bottom : 4;}
  49.  
  50.  
  51. /* Block list */
  52. UL   { list-style-type : disc; }
  53. OL   { list-style-type : decimal; }
  54. DIR  { list-style-type : none; }
  55. MENU { list-style-type : upper-alpha; }
  56.  
  57.  
  58. /* Block preformat */
  59. PRE       { font-family :"Courier New"; font-size :10.0pt;}
  60. XMP       { font-family :"Courier New";}
  61. LISTING   { font-family :"Courier New"; font-size : 8.0pt;}
  62. PLAINTEXT { font-family :"Courier New";}
  63.  
  64. /*Block embedded*/
  65. DT {margin-left :-20;}
  66. DD {margin-left : 20;}
  67.